returns a list of securitygroups in a project that satisfy the filter criteria
Get | /projects/{projectId}/securityGroups |
Name | Description | Data Type |
---|---|---|
projectId | the id of the project to look in | string |
skip | number of records to skip for pagination | integer (int32) |
limit | maximum number of records to return | integer (int32) |
SecurityGroupName | provides a wild card string to filter securitygroups by their SecurityGroupName. | string |
Description | a wild card string to filter the securitygroups list by description. | string |
RoleID | provides a wild card string to filter securitygroups using their corresponding RoleID. | string |
Rank | Rank of the securitygroup to filter corresponding Rank | integer (int32) |
The response body is of type SecurityGroupsGetResponse.
The collection of securitygroups that satisfy the query.
SecurityGroupsGetResponse
The results of the securityGroups get query.
|
Fault | Description |
---|---|
404 | This fault returns a response body of type ProblemDetails. project with the given id is not registered on the system |